fix: add recurringP2PTransferId to P2PTransfer - #385
Merged
Conversation
tylerGroesbeckMx
requested review from
SandhyaBhatia,
gerfboy,
mattnichols,
meotch,
stevecl5 and
tessstoddard
as code owners
August 14, 2026 18:37
Contributor
|
@tylerGroesbeckMx Please fill out the "How Has This Been Tested?" and "Checklist" sections in the MR template. |
stevecl5
reviewed
Aug 14, 2026
tylerGroesbeckMx
force-pushed
the
tyler/GCU-1431
branch
2 times, most recently
from
August 18, 2026 16:47
8ddfc8a to
df136dc
Compare
tylerGroesbeckMx
force-pushed
the
tyler/GCU-1431
branch
from
August 18, 2026 17:03
df136dc to
5a865c8
Compare
stevecl5
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Mobile core added recurring_p2p_transfer_id field to P2P Transfers and it needs to be added to path-model
path-model: https://github.com/mxenabled/path-mdx-model/blob/master/mdx-models/src/main/java/com/mx/path/model/mdx/model/p2p_transfer/P2PTransfer.java
spec: https://developer.mx.com/drafts/mdx/p2p_transfer/index.html#changes-rev-1-2025-10-22
Fixes # https://mxcom.atlassian.net/browse/GCU-1431
Public API Additions/Changes
P2PTransfer now has an additional field:
recurringP2PTransferIdDownstream Consumer Impact
This is just adding a field to an existing model so it shouldn't have a large impact.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: